<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" errorPage="error.jsp"%> exception object test <% int a = 3; int b = 0; %> 输出结果为:<%=(a / b)%>